net/http.transferWriter.shouldSendChunkedRequestBody (method)

2 uses

	net/http (current package)
		transfer.go#L94: 		if t.ContentLength < 0 && len(t.TransferEncoding) == 0 && t.shouldSendChunkedRequestBody() {
		transfer.go#L168: func (t *transferWriter) shouldSendChunkedRequestBody() bool {